git branch git (기본 정리 01) git status git init git add . git log : 커밋 기록 확인 git lg : 간단한 기록 확인 커밋 메세지 바꾸고 싶으면 git commit --amend $ git revert --no-commit HEAD~3.. $ git commit $ git push origin git revert --no-commit HEAD~3.. git commit 후 메세지작성 gi... git branchgitgit Git 자주 사용하는 Command - 2 git branch 설명 및 예시 git branch 를 입력하면 브랜치를 조회 할 수 있지만, git branch banana(브랜치명)을 입력하면 git switch 설명 및 예시 checkout으로 분리된 기능으로 git switch를 git branch -d 설명 및 예시 ex ) git marge -d banana git branch -v 설명 및 예시 ex ) git marge -... git flowgit branchgit branch [Git] Git Branch #3 이럴 때, 여러 개발자들이 동시에 다양한 작업을 할 수 있게 만들어 주는 기능이 바로 '브랜치(Branch)' 입니다. main 브랜치 (Default Branch) 저장소를 처음 만들면, Git은 바로 'main'라는 이름의 브랜치를 만들어 둡니다. 이 새로운 저장소에 새로운 파일을 추가 한다거나 추가한 파일의 내용을 변경하여 그 내용을 저장(커밋, Commit)하는 것은 모두 'main'... git branchgitgit [CS] Git Branch Day-89 Branch is a feature that allows multiple developers to work on different tasks at the same time. A branch is created in master or main. A branch is an independent workspace. You can create a new branch by merging the cha... git branchbranchgitgithubbranch [CS] Git 보충 설명 Day-11 Remote Repository와 잘 연결된 것인지 목록과 주소들을 확인할 수 있는 명령어 Remote Repository 연결 완료 후 commit, push 전 동료 개발자의 코드를 내 Local로 받아오는 명령어 {main}의 경우 {master}가 될 수도 있고, branch 등 될 수 있다. 특정 commit 시점으로부터 각기 다른 commit을 만들면, merge를 해야합니다. R... git pushgit commitgitgit stashgit pullgit branchgit addgit remote -vgit Git 나뭇가지 혹은 Branch 🍃🌳 branch를 이용하면 개발에 참여할 때 독립적으로 개발을 할 수 있다 ! B브랜치가 새로운 파일을 독자적으로 생성하는 경우 B브랜치가 A브랜치의 파일을 수정하는 경우 git branch → 나의 git에 어떤 branch 가 있는지 확인하기 git branch 브랜치이름 git checkout 브랜치이름 혹은 git switch 브랜치이름 git branch -D 브랜치이름 git flow... 깃 허브팀활동깃 브랜치git깃사용법git flowgit branchgit
git (기본 정리 01) git status git init git add . git log : 커밋 기록 확인 git lg : 간단한 기록 확인 커밋 메세지 바꾸고 싶으면 git commit --amend $ git revert --no-commit HEAD~3.. $ git commit $ git push origin git revert --no-commit HEAD~3.. git commit 후 메세지작성 gi... git branchgitgit Git 자주 사용하는 Command - 2 git branch 설명 및 예시 git branch 를 입력하면 브랜치를 조회 할 수 있지만, git branch banana(브랜치명)을 입력하면 git switch 설명 및 예시 checkout으로 분리된 기능으로 git switch를 git branch -d 설명 및 예시 ex ) git marge -d banana git branch -v 설명 및 예시 ex ) git marge -... git flowgit branchgit branch [Git] Git Branch #3 이럴 때, 여러 개발자들이 동시에 다양한 작업을 할 수 있게 만들어 주는 기능이 바로 '브랜치(Branch)' 입니다. main 브랜치 (Default Branch) 저장소를 처음 만들면, Git은 바로 'main'라는 이름의 브랜치를 만들어 둡니다. 이 새로운 저장소에 새로운 파일을 추가 한다거나 추가한 파일의 내용을 변경하여 그 내용을 저장(커밋, Commit)하는 것은 모두 'main'... git branchgitgit [CS] Git Branch Day-89 Branch is a feature that allows multiple developers to work on different tasks at the same time. A branch is created in master or main. A branch is an independent workspace. You can create a new branch by merging the cha... git branchbranchgitgithubbranch [CS] Git 보충 설명 Day-11 Remote Repository와 잘 연결된 것인지 목록과 주소들을 확인할 수 있는 명령어 Remote Repository 연결 완료 후 commit, push 전 동료 개발자의 코드를 내 Local로 받아오는 명령어 {main}의 경우 {master}가 될 수도 있고, branch 등 될 수 있다. 특정 commit 시점으로부터 각기 다른 commit을 만들면, merge를 해야합니다. R... git pushgit commitgitgit stashgit pullgit branchgit addgit remote -vgit Git 나뭇가지 혹은 Branch 🍃🌳 branch를 이용하면 개발에 참여할 때 독립적으로 개발을 할 수 있다 ! B브랜치가 새로운 파일을 독자적으로 생성하는 경우 B브랜치가 A브랜치의 파일을 수정하는 경우 git branch → 나의 git에 어떤 branch 가 있는지 확인하기 git branch 브랜치이름 git checkout 브랜치이름 혹은 git switch 브랜치이름 git branch -D 브랜치이름 git flow... 깃 허브팀활동깃 브랜치git깃사용법git flowgit branchgit